This commit is contained in:
pooka 2009-10-14 23:51:52 +00:00
parent 8a435a0401
commit af40e60966
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/10/13 18:41:06 pooka Exp $
# $NetBSD: Makefile,v 1.3 2009/10/14 23:51:52 pooka Exp $
#
PROG= sdread
@ -10,5 +10,6 @@ LDADD+= -lrumpuser -lpthread
DBG= -g
NOMAN=
WARNS= 4
.include <bsd.prog.mk>