# $NetBSD: Makefile,v 1.3 2001/08/20 08:21:10 ad Exp $
PROG= eject
SRCS= eject.c
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>