These now need to link with libamu.

This commit is contained in:
David E. O'Brien 2007-12-05 16:25:43 +00:00
parent 105f3b4415
commit 065b518c8b
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@ SRCS+= wr_bparam.c wr_dumpset.c wr_exportfs.c wr_fstab.c
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/fsinfo
DPADD= ${LIBAMU}
LDADD= ${LIBAMU}
CLEANFILES+= fsi_gram.c fsi_gram.h fsi_lex.c
fsi_lex.o: fsi_gram.h

View File

@ -10,4 +10,7 @@
PROG= mk-amd-map
MAN= mk-amd-map.8
DPADD= ${LIBAMU}
LDADD= ${LIBAMU}
.include <bsd.prog.mk>