diff options
author | pst <pst@FreeBSD.org> | 1994-09-07 07:47:08 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-07 07:47:08 +0000 |
commit | 5787daa8ba8e7941bcab72205ede819402679d50 (patch) | |
tree | 227d6aec28fba1fa710ea44cc9635fc4f0c1bfcf /secure/Makefile | |
parent | c7db8bc4671443b89855eb708adea638184c50b6 (diff) | |
download | FreeBSD-src-5787daa8ba8e7941bcab72205ede819402679d50.zip FreeBSD-src-5787daa8ba8e7941bcab72205ede819402679d50.tar.gz |
Back out static hacks & build of usr.bin until Geoff informs the
world of his master plan.
Submitted by: pst
Diffstat (limited to 'secure/Makefile')
-rw-r--r-- | secure/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/Makefile b/secure/Makefile index a99f9d3..fd492dd 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.3 1994/08/12 21:02:17 csgr Exp $ +# $Id: Makefile,v 1.4 1994/09/07 07:16:37 pst Exp $ -SUBDIR= lib usr.bin +# XXX usr.bin out until Geoff's master plan is done +SUBDIR= lib .include <bsd.subdir.mk> |