diff options
Diffstat (limited to 'lib/libforms/examples/Makefile')
-rw-r--r-- | lib/libforms/examples/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libforms/examples/Makefile b/lib/libforms/examples/Makefile deleted file mode 100644 index b14392f..0000000 --- a/lib/libforms/examples/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PROG = example -NOMAN = yet - -SRCS = example.c - -CFLAGS = -static #-g - -.if exists(${.CURDIR}/../obj) -FORMDIR=${.CURDIR}/../obj -.else -FORMDIR=${.CURDIR}/.. -.endif - -LDADD = -L${FORMDIR} -lforms -lncurses -lmytinfo -ll -DPADD = ${LIBFORMS} ${LIBNCURSES} - -.include <bsd.prog.mk> |