From ab3b47d9e82c1abc2d8a4f30d131ecbcc677ab53 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 7 Feb 2004 16:58:23 +0000 Subject: Convert to plain bsd.prog.mk makefile. Reviewed by: scottl --- tools/tools/aac/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'tools') 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 -- cgit v1.1