mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01: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>
|