repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
memswitch
/
Makefile
blob
41262b3b2a9409b7f446531ad8b1b02688efb850
1
# $NetBSD$
2
3
.if
${
MACHINE
} ==
"x68k"
4
PROG
=
memswitch
5
SRCS
=
memswitch.c properties.c methods.c
6
.
endif
7
8
MAN
=
memswitch
.8
9
MANSUBDIR
= /
x68k
10
11
.
include
<
bsd.prog.mk
>