summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/aac/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/tools/aac/Makefile b/tools/tools/aac/Makefile
index 49aac68..4267b72 100644
--- a/tools/tools/aac/Makefile
+++ b/tools/tools/aac/Makefile
@@ -1,12 +1,7 @@
# $FreeBSD$
-BINDIR= /usr/local/bin
-ALL= aac_checkq
+PROG= aac_checkq
+NOMAN= sorry
+BINDIR?=/usr/local/bin
-all: $(ALL)
-
-aac_checkq: aac_checkq.c
- ${CC} -o aac_checkq aac_checkq.c
-
-install: ${ALL}
- ${INSTALL} aac_checkq ${DESTDIR}${BINDIR}
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud