NetBSD/sys/arch/atari/stand/edahdi/Makefile

12 lines
173 B
Makefile

# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:39 lukem Exp $
PROG= edahdi
MKMAN= no
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
BINDIR= /sbin
CFLAGS+=-Wall
.include <bsd.prog.mk>