diff options
author | ache <ache@FreeBSD.org> | 1995-09-29 20:23:09 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-29 20:23:09 +0000 |
commit | c0bde4017e2cff9ab332280521aaaac2cda4eddc (patch) | |
tree | 5489d24b9dd09c3de711afdc4cc521125a63e64d | |
parent | d2a70153e66251f0677bfbd76b26a9b7e3bb41ec (diff) | |
download | FreeBSD-src-c0bde4017e2cff9ab332280521aaaac2cda4eddc.zip FreeBSD-src-c0bde4017e2cff9ab332280521aaaac2cda4eddc.tar.gz |
Remove duplicated targets which now build from main tree
if available and allowed
-rw-r--r-- | secure/Makefile | 4 | ||||
-rw-r--r-- | secure/lib/Makefile | 4 | ||||
-rw-r--r-- | secure/usr.bin/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/secure/Makefile b/secure/Makefile index be5f107..8ef5dfc 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.6 1994/11/14 20:45:20 phk Exp $ +# $Id: Makefile,v 1.7 1995/07/29 12:48:56 markm Exp $ # lib must be first, or it will not work. This is because we reference # the lib's in the directory where they are built from the binaries we # want to build. -SUBDIR= lib libexec usr.bin sbin bin +SUBDIR= lib usr.bin .include <bsd.subdir.mk> diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 82b3ed8..a61c239 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1994/09/08 19:06:58 csgr Exp $ +# $Id: Makefile,v 1.3 1995/07/29 12:49:14 markm Exp $ -SUBDIR= libcipher libcrypt libtelnet +SUBDIR= libcipher .include <bsd.subdir.mk> diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 9d91e42..48b0024 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1 1994/09/07 07:16:49 pst Exp $ +# $Id: Makefile,v 1.2 1995/07/29 12:49:25 markm Exp $ -SUBDIR= bdes telnet +SUBDIR= bdes .include <bsd.subdir.mk> |