Install amd.conf

This commit is contained in:
Brian Somers 1998-09-02 21:09:14 +00:00
parent ec28eec908
commit 9de9848b61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38763
2 changed files with 9 additions and 2 deletions

View file

@ -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>

View file

@ -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>