repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Delete src/tools/tools/tcl_bmake. We don't have tcl in the source so the
[dragonfly.git]
/
usr.sbin
/
btxld
/
Makefile
blob
70f0f57decb86e64bcb0f6cb465755fc5afec5f2
1
# $FreeBSD: src/usr.sbin/btxld/Makefile,v 1.3.2.1 2001/04/25 12:09:21 ru Exp $
2
# $DragonFly: src/usr.sbin/btxld/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
3
4
PROG
=
btxld
5
SRCS
=
btxld.c elfh.c
6
MAN
=
btxld
.8
7
8
CFLAGS
+= -
Wall
9
10
.
include
<
bsd.prog.mk
>