freebsd-dev/usr.bin/ar/Makefile

13 lines
260 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
1998-12-06 07:36:44 +00:00
CFLAGS+=-I${.CURDIR} -Wall
1994-05-27 12:33:43 +00:00
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
MAN1aout=ar.1aout
MAN5= ar.5
BINDIR= /usr/libexec/aout
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>