mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
dd8c2fa31b
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D24176
12 lines
166 B
Makefile
12 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=utilities
|
|
FILESDIR= ${SHAREDIR}/examples/smbfs
|
|
FILES= dot.nsmbrc
|
|
|
|
.PATH: ${SRCTOP}/contrib/smbfs/examples
|
|
|
|
SUBDIR= print
|
|
|
|
.include <bsd.prog.mk>
|