12 lines
262 B
Makefile
12 lines
262 B
Makefile
# 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>
|