mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
# @(#)Makefile 5.16 (Berkeley) 4/26/91
|
|
|
|
PROG= xebec
|
|
SRCS= llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
|
|
CFLAGS+= -DDEBUG -traditional
|
|
NOMAN = noman
|
|
|
|
.include <bsd.prog.mk>
|