mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 03:03:09 -04:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $Id: $
|
|
|
|
PROG= apm
|
|
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
|
|
MAN8= apm.8
|
|
MLINKS= apm.8 zzz.8
|
|
|
|
.include <bsd.prog.mk>
|