smbfs has moved.
This commit is contained in:
parent
aa98996d36
commit
1497d945c9
|
@ -1,18 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/12/05 20:13:26 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/12/25 23:35:17 christos Exp $
|
||||
#
|
||||
|
||||
WARNS=2
|
||||
|
||||
.include <bsd.own.mk>
|
||||
SMBROOT=${.CURDIR}/../../../external/bsd/smbfs
|
||||
|
||||
MOUNTNAME= smbfs
|
||||
SRCS+= smb_rumpops.c
|
||||
|
||||
PROGDPLIBS+= smb ${SMBROOT}/lib/libsmb
|
||||
LDADD+= -lrumpnet_sockin -lrumpnet
|
||||
LDADD+= -lrumpkern_crypto -lrumpdev_netsmb -lrumpdev
|
||||
|
||||
ISRUMP= # it is
|
||||
|
||||
.include "${.CURDIR}/../../../sbin/mount_smbfs/Makefile.inc"
|
||||
.include "${SMBROOT}/Makefile.inc"
|
||||
|
||||
CPPFLAGS+=-I${SMBDIST}/mount_smbfs
|
||||
.PATH: ${SMBDIST}/mount_smbfs
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue