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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
tostools
/
chg_pid
/
Makefile
blob
bade327bf0384f1904ec3ffd3b931da0b4263d79
1
# $NetBSD: Makefile,v 1.1 1995/12/18 16:54:12 waldi Exp waldi $
2
3
PROG
=
chg_pid.ttp
4
5
OBJS
=
chg_pid.o
6
HEADERS
=
7
8
include
..
/
Makefile.inc
9
10
${
PROG
}: ${
OBJS
} ${
LDADD
}
11
${
CC
} ${
LDFLAGS
} -
o
$
@
${
OBJS
} ${
LDADD
} ${
LIBS
}