mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Install amd.conf
This commit is contained in:
parent
ec28eec908
commit
9de9848b61
2 changed files with 9 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
7
usr.sbin/amd/scripts/Makefile
Normal file
7
usr.sbin/amd/scripts/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue