003 File Manager
Current Path:
/usr/src/contrib/smbfs/lib/smb
usr
/
src
/
contrib
/
smbfs
/
lib
/
smb
/
📁
..
📄
Makefile
(840 B)
📄
cfopt.c
(3.83 KB)
📄
ctx.c
(18.4 KB)
📄
file.c
(2.7 KB)
📄
kiconv.c
(2.79 KB)
📄
mbuf.c
(8.47 KB)
📄
nb.c
(4.91 KB)
📄
nb_name.c
(4.57 KB)
📄
nb_net.c
(4.66 KB)
📄
nbns_rq.c
(9.86 KB)
📄
nls.c
(4.84 KB)
📄
print.c
(3.03 KB)
📄
rap.c
(8.34 KB)
📄
rcfile.c
(11.65 KB)
📄
rcfile_priv.h
(331 B)
📄
rq.c
(4.77 KB)
📄
subr.c
(8.51 KB)
Editing: Makefile
# $Id: Makefile,v 1.12 2001/04/16 14:27:35 bp Exp $ LIB= smb NOPROFILE= yes #SHLIB_MAJOR= 1 #SHLIB_MINOR= 0 NOMAN= SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \ print.c \ kiconv.c \ nb.c nb_name.c nb_net.c nbns_rq.c .ifmake !clean && !cleandepend .if !defined(PREFIX) .include "../../config.int" .endif .endif DESTDIR=${PREFIX}/ LIBDIR=lib .if !defined(USE_SHAREDLIBS) NOPIC= yes .endif install-src: install-lib deinstall-src: deinstall-lib .include <bsd.lib.mk> install-lib: afterinstall _SUBDIR .if !defined(NOMAN) afterinstall: realinstall maninstall .else afterinstall: realinstall .endif deinstall-lib: rm -f ${DESTDIR}/${LIBDIR}/lib${LIB}.a .if defined(SHLIB_NAME) rm -f ${DESTDIR}/${SHLIBDIR}/${SHLIB_NAME} .endif .if defined(SHLIB_LINK) rm -f ${DESTDIR}/${SHLIBDIR}/${SHLIB_LINK} .endif
Upload File
Create Folder