mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
f17947b74a
off_t -> long. Install strfile & unstr -Wall cleanup Fix matching bug with offensive database
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= unstr
|
|
NOMAN= noman
|
|
CFLAGS+=-Wall -I${.CURDIR}/../strfile
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|