mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
14 lines
231 B
Makefile
14 lines
231 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id$
|
|
|
|
MAN8= adding_user.8 intro.8 rc.8 sticky.8
|
|
|
|
# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax
|
|
SUBDIR= man8.i386
|
|
|
|
.if make(maninstall)
|
|
maninstall:: _SUBDIR
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|