71f99e637a
install apm(8) and apm_bios.h on amd64.
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= apm
|
|
MAN= apm.8
|
|
MLINKS= apm.8 apmconf.8
|
|
MANSUBDIR= /${MACHINE_ARCH}
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|