mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
7 lines
95 B
Makefile
7 lines
95 B
Makefile
PROG=grotty
|
|
MAN1=grotty.n
|
|
XLIBS=$(LIBDRIVER) $(LIBGROFF)
|
|
MLIB=$(LIBM)
|
|
OBJS=tty.o
|
|
CCSRCS=tty.cc
|