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

Annotation of src/usr.bin/encrypt/Makefile, Revision 1.8

1.8     ! tedu        1: #      $OpenBSD: Makefile,v 1.7 2002/06/27 19:56:03 art Exp $
1.7       art         2:
                      3: # Must be static because the floppies use it through a chroot.
1.1       downsj      4:
1.5       deraadt     5: LDSTATIC=      ${STATIC}
1.1       downsj      6: PROG=  encrypt
1.8     ! tedu        7: SRCS= encrypt.c
1.1       downsj      8:
                      9: .include <bsd.prog.mk>