freebsd_amp_hwpstate/usr.bin/ar/Makefile

13 lines
254 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1999-08-28 01:08:13 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
PROG= ar
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
1995-05-30 06:41:30 +00:00
move.c print.c replace.c
2001-12-02 12:36:35 +00:00
CFLAGS+=-I${.CURDIR}
WARNS?= 2
2001-03-27 10:52:19 +00:00
MAN= ar.1aout ar.5
BINDIR= /usr/libexec/aout
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>