From 2118f42afd6189d38de35003e029021c0917f7e8 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 6 May 2014 04:22:01 +0000 Subject: Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter. --- usr.bin/ar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ar') diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index 03d9814..157d411 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.include +.include PROG= ar SRCS= ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h -- cgit v1.1