blob: 3c97605624279e9a438471bb39524fc9f3715593 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.7 2007/10/07 21:10:26 deraadt Exp $
MAN= amdpcib.4 autoconf.4 bios.4 cpu.4 intro.4 ioapic.4 mem.4 \
nvram.4 pctr.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=amd64
.include <bsd.prog.mk>
|