aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-06-05 21:08:09 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-06-05 21:08:09 +0000
commit8d53defdc57f751c6324dec0ffc9d90c3127acc4 (patch)
tree361176b40d7d1dfe0860ae27eb63874b3000ce2a /src/Makefile
parent9a4ffaeda0f60406e326421c9c22650f89cf97a1 (diff)
minor fixes
rename Makefiles
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 76e3bfe..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-
-PROG= tgeb
-SRCS= main.c
-CFLAGS+= -Wall -I${.CURDIR}/../include
-LDADD+= -L${.CURDIR}/../lib -L${.CURDIR}/../lib/obj -ltgeb -lz
-NOMAN=
-
-. include <bsd.prog.mk>