mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 01:53:46 +01:00
e653b48c80
OK'ed by: core
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= unstr
|
|
NO_MAN=
|
|
CFLAGS+=-Wall -I${.CURDIR}/../strfile
|
|
|
|
.include <bsd.prog.mk>
|