9 lines
165 B
Makefile
9 lines
165 B
Makefile
# from: # @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.8 1997/10/16 23:41:26 lukem Exp $
|
|
|
|
PROG= accton
|
|
MAN= accton.8
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|