mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
# $Id$
|
|
|
|
PROG= apm
|
|
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
|
|
MAN8= apm.8
|
|
MLINKS= apm.8 zzz.8
|
|
|
|
.include <bsd.prog.mk>
|