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

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

1.5     ! millert     1: #      $OpenBSD: Makefile,v 1.4 2010/01/04 17:50:39 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  sed
                      4: SRCS=  compile.c main.c misc.c process.c
1.5     ! millert     5: WARNINGS=yes
1.1       deraadt     6:
                      7: .include <bsd.prog.mk>