freebsd-dev/share/examples/smbfs/print/Makefile
Enji Cooper e44885ac01 share: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:26:40 +00:00

10 lines
185 B
Makefile

# $FreeBSD$
PACKAGE=examples
FILESDIR= ${SHAREDIR}/examples/smbfs/print
FILES= lj6l ljspool printcap.sample tolj
.PATH: ${SRCTOP}/contrib/smbfs/examples/print
.include <bsd.prog.mk>