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
/
file2swp
/
Makefile
blob
0cea4f671389079530c39a73810375522d73fa88
1
# $NetBSD: Makefile,v 1.1 1996/01/07 22:06:01 leo Exp $
2
3
PROG
=
file2swp.ttp
4
5
OBJS
=
file2swp.o
6
HEADERS
=
7
LIBS
= -
lxhdi
8
9
include
..
/
Makefile.inc
10
11
${
PROG
}: ${
OBJS
} ${
LDADD
}
12
${
CC
} -
DCOMPRESSED_READ
${
LDFLAGS
} -
o
$
@
${
OBJS
} ${
LDADD
} ${
LIBS
}