mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= apm
|
|
MAN= apm.8
|
|
MLINKS= apm.8 apmconf.8
|
|
MANSUBDIR= /${MACHINE_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|