diff options
author | csgr <csgr@FreeBSD.org> | 1994-09-09 09:43:18 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-09-09 09:43:18 +0000 |
commit | 73e15728f88a9af23a80f7794b98ecba753bbb56 (patch) | |
tree | 0094b380668bee7c8752bf96acb2ee70ae025e58 /secure/lib | |
parent | 18f96a74469cbd8903dd2ca25925639eb49a2eaf (diff) | |
download | FreeBSD-src-73e15728f88a9af23a80f7794b98ecba753bbb56.zip FreeBSD-src-73e15728f88a9af23a80f7794b98ecba753bbb56.tar.gz |
fix bogus .include
Submitted by: Geoff.
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcipher/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 85b23f5..a6289a4 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,8 +1,7 @@ # -# $Id: Makefile,v 1.1.1.1 1994/09/07 21:18:07 csgr Exp $ +# $Id: Makefile,v 1.2 1994/09/07 21:48:45 csgr Exp $ # -SUBDIR= test LIB= cipher SRCS= crypt.c @@ -13,4 +12,6 @@ NOPROFILE= yes #MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 #MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3 -.include <bsd.subdir.mk> +#SUBDIR= test + +.include <bsd.lib.mk> |