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

Annotation of src/usr.bin/strings/Makefile, Revision 1.4

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:00 deraadt Exp $
1.1       deraadt     2:
1.4     ! deraadt     3: .include <bsd.own.mk>
        !             4: .if (${ELF_TOOLCHAIN:L} == "no")
1.1       deraadt     5: PROG=  strings
1.4     ! deraadt     6: .endif
1.1       deraadt     7:
                      8: .include <bsd.prog.mk>