[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sdiff

Annotation of src/usr.bin/sdiff/Makefile, Revision 1.2

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1 2005/12/27 04:04:56 tedu Exp $
1.1       tedu        2:
                      3: PROG=sdiff
                      4: SRCS=edit.c sdiff.c
                      5: COPTS+=-Wall
                      6:
                      7: LDADD+=        -lutil
1.2     ! deraadt     8: DPADD+=        ${LIBUTIL}
1.1       tedu        9:
                     10: .include <bsd.prog.mk>