1 1.1 minoura # $NetBSD: Makefile,v 1.1 1999/06/21 15:56:03 minoura Exp $ 2 1.1 minoura 3 1.1 minoura .if ${MACHINE} == "x68k" 4 1.1 minoura PROG= memswitch 5 1.1 minoura SRCS= memswitch.c properties.c methods.c 6 1.1 minoura .endif 7 1.1 minoura 8 1.1 minoura MAN= memswitch.8 9 1.1 minoura MANSUBDIR= /x68k 10 1.1 minoura 11 1.1 minoura .include <bsd.prog.mk> 12