mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
PROG=refer
|
|
MAN1=refer.n
|
|
XLIBS=$(LIBBIB) $(LIBGROFF)
|
|
MLIB=$(LIBM)
|
|
OBJS=command.o label.o ref.o refer.o token.o
|
|
CCSRCS=command.cc ref.cc refer.cc token.cc
|
|
HDRS=refer.h token.h command.h ref.h
|
|
GRAM=label.y
|
|
YTABC=label.cc
|
|
NAMEPREFIX=$(g)
|