mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
e5b5c66bca
- MAN[1-9] -> MAN.
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= strfile
|
|
MAN= strfile.8
|
|
MLINKS= strfile.8 unstr.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|