mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
|
|
PROG= apm
|
|
MAN= apm.8
|
|
MLINKS= apm.8 apmconf.8
|
|
MANSUBDIR= /${MACHINE_CPUARCH}
|
|
|
|
PACKAGE=apm
|
|
|
|
.include <bsd.prog.mk>
|