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

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

1.5     ! espie       1: #      $OpenBSD: Makefile,v 1.4 2001/04/18 17:57:27 espie Exp $
1.1       deraadt     2:
                      3: PROG=  tsort
1.4       espie       4:
1.5     ! espie       5: CDIAGFLAGS=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
1.1       deraadt     6:
                      7: .include <bsd.prog.mk>