diff options
author | markm <markm@FreeBSD.org> | 1996-02-11 08:46:59 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-02-11 08:46:59 +0000 |
commit | a329e20c69b9a3f21066fdf90157b39adf1b051b (patch) | |
tree | c1f4ca2c410b1fd728c9f87c529a3e187e2e09d3 /secure | |
parent | e4001e9370a10047106b3592454caecebc77b71b (diff) | |
download | FreeBSD-src-a329e20c69b9a3f21066fdf90157b39adf1b051b.zip FreeBSD-src-a329e20c69b9a3f21066fdf90157b39adf1b051b.tar.gz |
Add the new libdes to the build
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index a61c239..2b47738 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1995/07/29 12:49:14 markm Exp $ +# $Id$ -SUBDIR= libcipher +SUBDIR= libcipher libdes .include <bsd.subdir.mk> |