diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-04-28 04:06:06 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-04-28 04:06:06 +0000 |
| commit | 7fe8512402e805068f3eb85b12b4417cf5efb538 (patch) | |
| tree | fea44d5165ff4ca6a797db1f1a400c096fc7dd4d | |
| parent | b95c787ed48e7428b3b54f1aa3d4a3f9f13442f4 (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 788b5c93f8c1..689a1382ef7e 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> |
