mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 13:11:07 +01:00
b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= xinstall
|
|
PROGNAME= install
|
|
MAN= install.1
|
|
|
|
.include <bsd.prog.mk>
|