diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-01-19 16:59:18 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-01-19 16:59:18 +0000 |
commit | 25ac6fb5d3c5028b27440b80366e72e49f7e9ee8 (patch) | |
tree | 89c971797552d7a671e5dfbffcfabb62b7a027d4 /palm/uppc-kmod/Makefile | |
parent | 924065316b9f315ea40d5f864b387ff6dd7b2993 (diff) |
Notes
Diffstat (limited to 'palm/uppc-kmod/Makefile')
-rw-r--r-- | palm/uppc-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 1e3c2de973d7..455ffc8e2e6b 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes .if !exists(/usr/src/sys/dev/usb/usb.h) -IGNORE= "Requires kernel source (/usr/src/sys) to build" +IGNORE= Requires kernel source (/usr/src/sys) to build .endif .include <bsd.port.pre.mk> |