mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= accton
|
|
WARNS?= 2
|
|
MAN= accton.8
|
|
|
|
.include <bsd.prog.mk>
|