mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elf2aout
|
|
NOMAN=
|
|
NO_WERROR?=
|
|
WARNS?= 5
|
|
CFLAGS+= -I${.CURDIR}/../../usr.sbin/crunch/crunchide
|
|
|
|
.include <bsd.prog.mk>
|