mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
12 lines
168 B
Makefile
12 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
BINDIR= /usr/share/examples/smbfs
|
|
FILES= dot.nsmbrc
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/smbfs/examples
|
|
|
|
SUBDIR= print
|
|
|
|
.include <bsd.prog.mk>
|