Use the argument as a file name only if no section was specified.
[dragonfly.git] / usr.bin / ar / Makefile
blob01d336ed888d5d6fd39d33c4d2bd3b385e2dc822
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/ar/Makefile,v 1.9.2.1 2001/04/25 11:29:15 ru Exp $
3 # $DragonFly: src/usr.bin/ar/Attic/Makefile,v 1.5 2005/01/13 18:57:56 okumoto Exp $
5 PROG= ar
6 CFLAGS+=-I${.CURDIR} -Wall
7 SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
8 move.c print.c replace.c
9 MAN= ar.1aout ar.5
10 BINDIR= /usr/libexec/binutils212/aout
11 WARNS?= 6
13 .include <bsd.prog.mk>