mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# ex:ts=8
|
|
#
|
|
# Makefile for amd
|
|
# This file is under a "BSD" copyright (c) by David O'Brien 1998
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= include libamu .WAIT \
|
|
amd amq fixmount fsinfo hlfsd mk-amd-map pawd \
|
|
scripts wire-test
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|