mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
19a41dfcbd
apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi
7 lines
131 B
Makefile
7 lines
131 B
Makefile
PROG= apm
|
|
LINKS= ${BINDIR}apm /usr/sbin/zzz
|
|
MANDIR= /usr/share/man/man
|
|
MAN8= apm.8
|
|
MLINKS= apm.8 zzz.8
|
|
.include <bsd.prog.mk>
|