Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/procfs/Makefile 105988 2002-10-26 14:38:24Z rwatson $
---
> # $FreeBSD: head/sys/modules/procfs/Makefile 148960 2005-08-11 14:45:10Z yar $
6c6
< SRCS=
---
> SRCS= opt_compat.h
28a29,34
> opt_compat.h:
> echo "#define COMPAT_43 1" > ${.TARGET}
> .if ${MACHINE_ARCH} == "amd64"
> echo "#define COMPAT_IA32 1" >> ${.TARGET}
> .endif
>