opnsense-src/usr.bin/ar/Makefile

13 lines
260 B
Makefile
Raw Normal View History

1994-05-27 08:33:43 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1999-08-27 21:08:13 -04:00
# $FreeBSD$
1994-05-27 08:33:43 -04:00
PROG= ar
1998-12-06 02:36:44 -05:00
CFLAGS+=-I${.CURDIR} -Wall
1994-05-27 08:33:43 -04:00
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
1995-05-30 02:41:30 -04:00
move.c print.c replace.c
MAN1aout=ar.1aout
MAN5= ar.5
BINDIR= /usr/libexec/aout
1994-05-27 08:33:43 -04:00
.include <bsd.prog.mk>