11 lines
139 B
Makefile
11 lines
139 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/12/13 02:36:37 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= sgivol
|
|
LDADD+= -lutil
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|