blob: efc08e3bd66dfc883ce5daf970c76e76f6663ec6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $Id: Makefile,v 1.3 1998/08/27 08:09:38 obrien Exp $
#
SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
.include <bsd.subdir.mk>
|