mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
f17947b74a
off_t -> long. Install strfile & unstr -Wall cleanup Fix matching bug with offensive database
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= strfile
|
|
MAN8= strfile.8
|
|
MLINKS= strfile.8 unstr.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|