mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
62a0731304
Tested with amd64, arm64, i386, mips
9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= y
|
|
SRCS= main.c yyerror.c
|
|
NO_PIC=
|
|
|
|
.include <bsd.lib.mk>
|