From 9de9848b61e1f78985a975fe38bf0e24a42b868a Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 2 Sep 1998 21:09:14 +0000 Subject: [PATCH] Install amd.conf --- usr.sbin/amd/Makefile | 4 ++-- usr.sbin/amd/scripts/Makefile | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 usr.sbin/amd/scripts/Makefile diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile index 33fdcd196f12..efc08e3bd66d 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 diff --git a/usr.sbin/amd/scripts/Makefile b/usr.sbin/amd/scripts/Makefile new file mode 100644 index 000000000000..7665ca9daacd --- /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