12 lines
206 B
Makefile
12 lines
206 B
Makefile
# ex:ts=8
|
|
#
|
|
# Makefile for amd
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd wire-test
|
|
|
|
.include <bsd.subdir.mk>
|