diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-04-28 04:06:06 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-04-28 04:06:06 +0000 |
commit | 0f35f42efa9b930156fcb8c07b7090cc30788e39 (patch) | |
tree | fea44d5165ff4ca6a797db1f1a400c096fc7dd4d /gnu/usr.sbin | |
parent | 836c9571ccb4066a267326a59fae7b533601d759 (diff) | |
download | FreeBSD-src-0f35f42efa9b930156fcb8c07b7090cc30788e39.zip FreeBSD-src-0f35f42efa9b930156fcb8c07b7090cc30788e39.tar.gz |
Remove yp_mkdb; it's going away.
Uhm, guys? This Makefile doesn't build anything anymore. The isdn
stuff under here isn't compiled. Is this normal?
Diffstat (limited to 'gnu/usr.sbin')
-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 788b5c9..689a138 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1995/12/16 20:18:16 wpaul Exp $ +# $Id: Makefile,v 1.3 1996/02/12 14:48:44 wpaul Exp $ -SUBDIR= yp_mkdb +SUBDIR= .include <bsd.subdir.mk> |