mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 00:42:06 +01:00
8 lines
128 B
Makefile
8 lines
128 B
Makefile
PROG=lookbib
|
|
MAN1=lookbib.n
|
|
XLIBS=$(LIBBIB) $(LIBGROFF)
|
|
MLIB=$(LIBM)
|
|
OBJS=lookbib.o
|
|
CCSRCS=$(srcdir)/lookbib.cc
|
|
NAMEPREFIX=$(g)
|