mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
9 lines
104 B
Makefile
9 lines
104 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= ypcat
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|