1994-09-04 04:03:31 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
2001-02-21 06:12:38 +00:00
|
|
|
# $FreeBSD$
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
PROG= strfile
|
2001-03-26 14:22:12 +00:00
|
|
|
MAN= strfile.8
|
1996-05-27 22:43:43 +00:00
|
|
|
MLINKS= strfile.8 unstr.8
|
2004-07-23 11:36:35 +00:00
|
|
|
WARNS?= 3
|
1994-09-04 04:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|