9 lines
168 B
Makefile
9 lines
168 B
Makefile
# from: # @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.10 2005/03/16 01:43:06 xtraeme Exp $
|
|
|
|
PROG= accton
|
|
MAN= accton.8
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|