mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 21:44:34 +01:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|