freebsd-dev/usr.bin/strings/Makefile
2001-12-03 21:27:45 +00:00

10 lines
143 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= strings
MAN= strings.1aout
WARNS?= 2
BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>