Current Path : /usr/src/usr.sbin/crunch/crunchide/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/crunch/crunchide/Makefile |
# $FreeBSD: release/9.1.0/usr.sbin/crunch/crunchide/Makefile 212537 2010-09-13 07:15:01Z imp $ PROG= crunchide SRCS= crunchide.c TARGET_ARCH?= ${MACHINE_ARCH} .if ${TARGET_ARCH} == i386 && ${MACHINE_ARCH} == i386 CFLAGS+=-DNLIST_AOUT SRCS+= exec_aout.c .endif .if ${TARGET_ARCH} == ia64 || ${TARGET_ARCH} == powerpc64 || \ ${TARGET_ARCH} == sparc64 || ${TARGET_ARCH} == amd64 CFLAGS+=-DNLIST_ELF64 SRCS+= exec_elf64.c exec_elf64.o: exec_elf32.c .else CFLAGS+=-DNLIST_ELF32 SRCS+= exec_elf32.c .endif .include <bsd.prog.mk>