diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:02:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:02:35 +0000 |
commit | eb4b2539fd82b448c91cdccd83361f22a1f022e3 (patch) | |
tree | a6b5638ed35e909e63f26c2f5cae5b6fa0cd16f4 /emulators/klh10 | |
parent | d18f9ea44226a47d8bad0fe8fe43c383d4376931 (diff) | |
download | ports-eb4b2539fd82b448c91cdccd83361f22a1f022e3.tar.gz ports-eb4b2539fd82b448c91cdccd83361f22a1f022e3.zip |
Notes
Diffstat (limited to 'emulators/klh10')
-rw-r--r-- | emulators/klh10/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/klh10/Makefile b/emulators/klh10/Makefile index 4eb77296e801..35bf5fdcadc7 100644 --- a/emulators/klh10/Makefile +++ b/emulators/klh10/Makefile @@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 BUILD_WRKSRC= ${WRKSRC}/bld/fbx86 INSTALL_WRKSRC= ${BUILD_WRKSRC} +PKGMESSAGE= ${WRKDIR}/pkg-message # KSITS_ prefix for Komputer Small Incompatible Timesharing System # a KLH10 configuration. @@ -85,11 +86,11 @@ pre-install: @ ${MKDIR} ${KSITS_DRIVER_DIR} @ ${MKDIR} ${KSITS_DOCDIR} @ ${ECHO} KLH10 contains a setuid that accepts network connections. \ - > ${PKGDIR}/pkg-message + > ${PKGMESSAGE} @ ${ECHO} Consider using a firewall to limit access to KLH10. \ - >> ${PKGDIR}/pkg-message - @ ${ECHO} See the ${KSITS_DOCDIR}/pubits/adm >> ${PKGDIR}/pkg-message - @ ${ECHO} for firewall documentation. >> ${PKGDIR}/pkg-message + >> ${PKGMESSAGE} + @ ${ECHO} See the ${KSITS_DOCDIR}/pubits/adm >> ${PKGMESSAGE} + @ ${ECHO} for firewall documentation. >> ${PKGMESSAGE} post-install: .for file in ${KSITS_NATIVE_PROGS} ${KSITS_EM_DRIVERS} ${KSITS_EM_SDRIVERS} |