diff options
author | wpaul <wpaul@FreeBSD.org> | 1995-12-16 20:18:16 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1995-12-16 20:18:16 +0000 |
commit | 5cb69655f98eb01c22037b87a84bb2bd50a7b0fb (patch) | |
tree | 0f0ed22869c7f429a2e065b8e952534ba7fd6c62 /gnu | |
parent | cb28a6515c9ca513fc9a7603c1dc26f744721afa (diff) | |
download | FreeBSD-src-5cb69655f98eb01c22037b87a84bb2bd50a7b0fb.zip FreeBSD-src-5cb69655f98eb01c22037b87a84bb2bd50a7b0fb.tar.gz |
Turn off ypserv. It's about to be replaced by a new non-GPL version.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index e86265c..3373faa 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.20 1995/01/19 17:03:28 bde Exp $ +# $Id: Makefile,v 1.1 1995/01/31 09:14:01 wpaul Exp $ -SUBDIR= yppasswdd ypserv yp_mkdb +SUBDIR= yppasswdd yp_mkdb .include <bsd.subdir.mk> |