# Makefile for AMD's DEV
PROG= amddev
SRCS= amddev.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
MAN=
BINDIR?= /usr/sbin
.include <minix.service.mk>