These now need to link with libamu.
This commit is contained in:
parent
105f3b4415
commit
065b518c8b
@ -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
|
||||
|
@ -10,4 +10,7 @@
|
||||
PROG= mk-amd-map
|
||||
MAN= mk-amd-map.8
|
||||
|
||||
DPADD= ${LIBAMU}
|
||||
LDADD= ${LIBAMU}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user