mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
|
# $FreeBSD$
|
||
|
#
|
||
|
# Generic groff font makefile
|
||
|
|
||
|
NOOBJ=
|
||
|
|
||
|
.include "${.CURDIR}/../Makefile.inc"
|
||
|
.include "${DIST_DIR}/Makefile.sub"
|
||
|
.include "${.CURDIR}/../Makefile.dev"
|