mkfs: move directory entry manipulation
[minix.git] / drivers / ti1225 / Makefile
blob319488ed033863631d1f1c345e58ac9442d83d2d
1 # Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2 PROG= ti1225
3 SRCS= ti1225.c
5 DPADD+= ${LIBSYS}
6 LDADD+= -lsys
8 MAN=
10 BINDIR?= /usr/sbin
12 .include <minix.service.mk>