]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/smbutil/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / usr.bin / smbutil / Makefile
1 # $FreeBSD$
2
3 PROG=   smbutil
4 SRCS=   smbutil.c dumptree.c login.c lookup.c view.c print.c
5
6 LIBADD= smb
7
8 CONTRIBDIR=     ${SRCTOP}/contrib/smbfs
9 CFLAGS+=        -I${CONTRIBDIR}/include
10
11 WARNS?= 0
12
13 .PATH:  ${CONTRIBDIR}/smbutil
14
15 .include <bsd.prog.mk>