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

Annotation of src/usr.bin/tsort/Makefile, Revision 1.6

1.6     ! espie       1: #      $OpenBSD: Makefile,v 1.5 2001/07/19 10:20:01 espie Exp $
1.1       deraadt     2:
1.6     ! espie       3: PROG = tsort
        !             4: SRCS = tsort.c
1.4       espie       5:
1.6     ! espie       6: CDIAGFLAGS = -Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
        !             7: DPADD += ${LIBUTIL}
        !             8: LDADD += -lutil
1.1       deraadt     9:
                     10: .include <bsd.prog.mk>