mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
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>
|