diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-01-24 13:29:30 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-01-24 13:29:30 +0000 |
| commit | 83a8b44d6f5e6633ae5be3e71c1ea89376a01c49 (patch) | |
| tree | 710907ca644f7fa525134c2407010dd67d937f6e /lib/libforms/examples/Makefile | |
| parent | 39c631d1b96834c6c496cdfd5917678ef5447cfb (diff) | |
Notes
Diffstat (limited to 'lib/libforms/examples/Makefile')
| -rw-r--r-- | lib/libforms/examples/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libforms/examples/Makefile b/lib/libforms/examples/Makefile index 9a79a061a7be..3e721fcb19ba 100644 --- a/lib/libforms/examples/Makefile +++ b/lib/libforms/examples/Makefile @@ -1,7 +1,7 @@ -PROG = test +PROG = example NOMAN = yet -SRCS = test.c +SRCS = example.c frm.tab.h CFLAGS = @@ -13,4 +13,9 @@ FORMDIR=${.CURDIR}/.. LDADD = -L${FORMDIR} -lforms -lncurses -lmytinfo +CLEANFILES += frm.tab.h + +frm.tab.h: + fib example.frm + .include <bsd.prog.mk> |
