#define SYS_NAME_ID_parisc_linux22 2401
#define SYS_NAME_ID_parisc_linux24 2402
+#define SYS_NAME_ID_i386_nbsd15 2501
+#define SYS_NAME_ID_alpha_nbsd15 2502
+
/*
* Placeholder to keep system-wide standard flags since this file is included by all
* files (i.e in afs/param.h)
#ifndef MOUNT_AFS
#define MOUNT_AFS AFS_MOUNT_AFS
#endif
-#define SYS_NAME "i386_fbsd_42"
-#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_42
+#define SYS_NAME "i386_nbsd15"
+#define SYS_NAME_ID SYS_NAME_ID_i386_nbsd15
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't supports statvfs */
#define UKERNEL 1 /* user space kernel */
#define AFS_ENV 1
#define AFS_VFSINCL_ENV 1
-#define AFS_USR_FBSD40_ENV 1
-#define AFS_USR_FBSD42_ENV 1
-#define AFS_USR_FBSD_ENV 1
+#define AFS_NBSD_ENV 1
+#define AFS_NBSD15_ENV 1
#define AFS_NONFSTRANS 1
#define AFS_KERBEROS_ENV
#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
/* Machine / Operating system information */
-#define SYS_NAME "i386_fbsd_42"
-#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_42
+#define SYS_NAME "i386_nbsd15"
+#define SYS_NAME_ID SYS_NAME_ID_i386_nbsd15
#define AFSLITTLE_ENDIAN 1
#define AFS_HAVE_FFS 1 /* Use system's ffs. */
#define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */
hp_ux11* ) \
${INSTALLex} -f ${srcdir}/kdump.sh.hp_ux11 $@; \
${INSTALL} -s -f $? ${DEST}/etc/kdump32;; \
+ *nbsd*) \
+ ;; \
*) \
${INSTALL} -s $? $@ ;; \
esac
esac || exit $$?; \
done \
;; \
+ *nbsd*) \
+ touch kdump.o ;; \
*) \
${CC} -g -I${TOP_INCDIR}/afs -I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} ${XCFLAGS} -c ${srcdir}/kdump.c ;; \
esac ;
alpha_osf1 | alpha_osf20 | alpha_osf30 | alpha_osf32 | alpha_osf32c | alpha_dux??) \
${CC} -g -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ${XLIBS} -ll -lmld;; \
ncrx86_* ) ${CC} -g -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a -lelf ${XLIBS} ;; \
+ *nbsd*) touch kdump ;; \
* ) ${CC} -g -o kdump kdump.o ${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/util.a ${XLIBS} ;; \
esac