mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
0a5779d45b
- MAN[1-9] -> MAN.
8 lines
87 B
Makefile
8 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= adjkerntz
|
|
MAN= adjkerntz.8
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|