|
Lines 940-948
Link Here
|
| 940 |
# Listing all of them here is overkill. |
940 |
# Listing all of them here is overkill. |
| 941 |
#.endif |
941 |
#.endif |
| 942 |
|
942 |
|
| 943 |
#.if ${MK_NCP} == no |
943 |
.if ${MK_NCP} == no |
| 944 |
# to be filled in |
944 |
OLD_FILES+=usr/bin/ncplist |
| 945 |
#.endif |
945 |
OLD_FILES+=usr/bin/ncplogin |
|
|
946 |
OLD_FILES+=usr/lib/libncp.a |
| 947 |
OLD_FILES+=usr/lib/libncp.so |
| 948 |
OLD_LIBS+=usr/lib/libncp.so.3 |
| 949 |
OLD_FILES+=usr/lib32/libncp.a |
| 950 |
OLD_FILES+=usr/lib32/libncp.so |
| 951 |
OLD_LIBS+=usr/lib32/libncp.so.3 |
| 952 |
OLD_FILES+=usr/sbin/mount_nwfs |
| 953 |
OLD_FILES+=usr/share/man/man1/ncplist.1.gz |
| 954 |
OLD_FILES+=usr/share/man/man1/ncplogin.1.gz |
| 955 |
OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz |
| 956 |
OLD_FILES+=usr/include/netncp/ncp.h |
| 957 |
OLD_FILES+=usr/include/netncp/ncp_cfg.h |
| 958 |
OLD_FILES+=usr/include/netncp/ncp_conn.h |
| 959 |
OLD_FILES+=usr/include/netncp/ncp_file.h |
| 960 |
OLD_FILES+=usr/include/netncp/ncp_lib.h |
| 961 |
OLD_FILES+=usr/include/netncp/ncp_ncp.h |
| 962 |
OLD_FILES+=usr/include/netncp/ncp_nls.h |
| 963 |
OLD_FILES+=usr/include/netncp/ncp_rcfile.h |
| 964 |
OLD_FILES+=usr/include/netncp/ncp_rq.h |
| 965 |
OLD_FILES+=usr/include/netncp/ncp_sock.h |
| 966 |
OLD_FILES+=usr/include/netncp/ncp_subr.h |
| 967 |
OLD_FILES+=usr/include/netncp/ncp_user.h |
| 968 |
OLD_FILES+=usr/include/netncp/ncpio.h |
| 969 |
OLD_FILES+=usr/include/netncp/nwerror.h |
| 970 |
OLD_DIRS+=usr/include/netncp |
| 971 |
.endif |
| 946 |
|
972 |
|
| 947 |
.if ${MK_NETCAT} == no |
973 |
.if ${MK_NETCAT} == no |
| 948 |
OLD_FILES+=usr/bin/nc |
974 |
OLD_FILES+=usr/bin/nc |