diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-01-31 09:14:03 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-01-31 09:14:03 +0000 |
| commit | 985124b5087f6e112f7ce46d0cee7362547f4628 (patch) | |
| tree | aa5a4144b80eb113dc874797f68fd5f120412ee5 /gnu/usr.sbin | |
| parent | 6c394ac5f97c8cf97a6793f215c60a550bafbebb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.sbin')
| -rw-r--r-- | gnu/usr.sbin/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.sbin/Makefile.inc | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile new file mode 100644 index 000000000000..e86265cc82de --- /dev/null +++ b/gnu/usr.sbin/Makefile @@ -0,0 +1,6 @@ +# $Id: Makefile,v 1.20 1995/01/19 17:03:28 bde Exp $ + + +SUBDIR= yppasswdd ypserv yp_mkdb + +.include <bsd.subdir.mk> diff --git a/gnu/usr.sbin/Makefile.inc b/gnu/usr.sbin/Makefile.inc new file mode 100644 index 000000000000..1fa8c0e074f6 --- /dev/null +++ b/gnu/usr.sbin/Makefile.inc @@ -0,0 +1,3 @@ +# $Id$ + +BINDIR?= /usr/sbin |
