diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-12-16 20:18:16 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-12-16 20:18:16 +0000 |
| commit | f998a45ff5bb611c86e43032333c385dbc3d9476 (patch) | |
| tree | 0f0ed22869c7f429a2e065b8e952534ba7fd6c62 | |
| parent | c33b06ba4f5974ef09c76303e5f4f6300dfe5cee (diff) | |
Notes
| -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 e86265cc82de..3373faa76ef3 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> |
