mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
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>
|