mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
.if ${MACHINE_ARCH} == "amd64"
|
|
SFX= 32
|
|
CFLAGS+=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32
|
|
.endif
|
|
|
|
CWARNFLAGS+=-Wno-missing-prototypes
|
|
|
|
KMOD= linux_dvbwrapper
|
|
SRCS= linux_dvbwrapper.c
|
|
|
|
.include <bsd.kmod.mk>
|