0a5779d45b
- MAN[1-9] -> MAN.
8 lines
116 B
Makefile
8 lines
116 B
Makefile
# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nextboot
|
|
MAN= nextboot.8
|
|
|
|
.include <bsd.prog.mk>
|