Add MLINK for apmconf(8).

Suggested by:	msmith
This commit is contained in:
asmodai 2000-01-23 10:00:05 +00:00
parent 6b73fc1734
commit 848ebfbc51

View File

@ -3,6 +3,6 @@
PROG= apm
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
MAN8= apm.8
MLINKS= apm.8 zzz.8
MLINKS= apm.8 apmconf.8 zzz.8
.include <bsd.prog.mk>