summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-07-18 14:10:34 +0000
committermycroft <mycroft@NetBSD.org>1993-07-18 14:10:34 +0000
commit1c2df496b039f2ea7f989653426e7e9d8ff1bc6b (patch)
treeb5d4ec3f6c3e832ad283506b0279f08eae75bdb2 /gnu
parentfc22c7ef0abac193d628ea45ebd8420130aa8b0a (diff)
Put label.cc in SRCS so it actually gets built as a C++ file, and it gets
included in a `make depend'.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/refer/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/refer/Makefile b/gnu/usr.bin/groff/refer/Makefile
index c3ffd1806d5..59aeb7b44a5 100644
--- a/gnu/usr.bin/groff/refer/Makefile
+++ b/gnu/usr.bin/groff/refer/Makefile
@@ -1,8 +1,7 @@
# Makefile for refer
PROG= refer
-SRCS= command.cc ref.cc refer.cc token.cc
-OBJS= label.o
+SRCS= command.cc ref.cc refer.cc token.cc label.cc
CFLAGS+= -I. -I$(.CURDIR)/../include
LDADD+= $(LIBBIB) $(LIBGROFF) -lm
DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBMATH)