1998-08-27 08:09:42 +00:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# Makefile for amd
|
|
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 05:23:31 +00:00
|
|
|
|
2015-09-26 14:13:51 +00:00
|
|
|
SUBDIR= include libamu .WAIT \
|
|
|
|
amd amq fixmount fsinfo hlfsd mk-amd-map pawd \
|
2001-07-20 06:20:32 +00:00
|
|
|
scripts wire-test
|
2015-09-26 14:13:51 +00:00
|
|
|
SUBDIR_PARALLEL=
|
1994-05-26 05:23:31 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|