diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-17 19:24:39 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-17 19:24:39 +0000 |
commit | 07f77bbccee4a56fa28a74b7f1f7ecf00973ae54 (patch) | |
tree | 61f82d89303dc37afeddf1333b925a5291447d11 /emulators/linux_base-8/Makefile | |
parent | 52dfef8707f0976f857b15520d9c0790cabfdbe3 (diff) | |
download | ports-07f77bbccee4a56fa28a74b7f1f7ecf00973ae54.tar.gz ports-07f77bbccee4a56fa28a74b7f1f7ecf00973ae54.zip |
Notes
Diffstat (limited to 'emulators/linux_base-8/Makefile')
-rw-r--r-- | emulators/linux_base-8/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 1604af2de118..d214c72634c8 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -156,6 +156,10 @@ do-install: rpm -i ${RPMFLAGS} ${RPMDIR}/$$R; \ done # +# Install yp.conf as a hint to NIS users +# + ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${PREFIX}/etc +# # Finish # .if defined(NEEDLOADLINK) |