diff options
author | brian <brian@FreeBSD.org> | 1998-09-02 21:09:14 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-09-02 21:09:14 +0000 |
commit | 28865a6b9b25eb22c062e822e4a9f3d2da33e70b (patch) | |
tree | 3eaf72974173935e75be461d8e3efd06dc778b56 | |
parent | 34d907fe75e844251614a9754a4c59775b9b96f4 (diff) | |
download | FreeBSD-src-28865a6b9b25eb22c062e822e4a9f3d2da33e70b.zip FreeBSD-src-28865a6b9b25eb22c062e822e4a9f3d2da33e70b.tar.gz |
Install amd.conf
-rw-r--r-- | usr.sbin/amd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/amd/scripts/Makefile | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 33fdcd1..efc08e3 100644 --- a/usr.sbin/amd/Makefile +++ b/usr.sbin/amd/Makefile @@ -3,9 +3,9 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id$ +# $Id: Makefile,v 1.3 1998/08/27 08:09:38 obrien Exp $ # -SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd wire-test +SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test .include <bsd.subdir.mk> diff --git a/usr.sbin/amd/scripts/Makefile b/usr.sbin/amd/scripts/Makefile new file mode 100644 index 0000000..7665ca9 --- /dev/null +++ b/usr.sbin/amd/scripts/Makefile @@ -0,0 +1,7 @@ +# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $ + +.PATH: ${.CURDIR}/../../../contrib/amd/scripts + +MAN5= amd.conf.5 + +.include <bsd.prog.mk> |