mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
9 lines
71 B
Makefile
9 lines
71 B
Makefile
|
# $Id$
|
||
|
|
||
|
PROG= FreeBSD_version
|
||
|
NOMAN=
|
||
|
|
||
|
install:
|
||
|
|
||
|
.include <bsd.prog.mk>
|