summaryrefslogtreecommitdiffstats
path: root/q15/Makefile.bsd
diff options
context:
space:
mode:
Diffstat (limited to 'q15/Makefile.bsd')
-rw-r--r--q15/Makefile.bsd19
1 files changed, 0 insertions, 19 deletions
diff --git a/q15/Makefile.bsd b/q15/Makefile.bsd
deleted file mode 100644
index e443a968..00000000
--- a/q15/Makefile.bsd
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id: Makefile.FreeBSD,v 0.1 2004/08/21 12:11:49 denis Exp $
-
-PROG= q15
-BINDIR= /bin
-NOMAN= noman
-SRCS= main.cpp mainwindow.cpp gameboard.cpp
-MOCS= mainwindow.h gameboard.h
-CXXFLAGS+= -W -Wall -Werror -I${X11BASE}/include
-LDADD+= -L${X11BASE}/lib
-
-
-run: all
- ${PROG}
-
-gdb: all
- gdb ${PROG}
-
-.include "qt.FreeBSD.mk"
-.include <bsd.prog.mk>