mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05: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>
|