mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes
actually work now.
Fixed order of MAN* and BINDIR.
12 lines
249 B
Makefile
12 lines
249 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id$
|
|
|
|
PROG= ar
|
|
CFLAGS+=-I${.CURDIR}
|
|
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
|
|
move.c print.c replace.c
|
|
MAN1aout=ar.1aout
|
|
MAN5= ar.5
|
|
BINDIR= /usr/libexec/aout
|
|
|
|
.include <bsd.prog.mk>
|