0e898a451c
consists of pairs of link names.
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= apm
|
|
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
|
|
MAN8= apm.8
|
|
MLINKS= apm.8 apmconf.8 apm.8 zzz.8
|
|
|
|
.include <bsd.prog.mk>
|