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

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

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