mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= strfile
|
|
MAN= strfile.8
|
|
MLINKS= strfile.8 unstr.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|