diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-16 09:26:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-16 09:26:32 +0000 |
commit | c515badd57e6491e2911d88e7b2dc69cf94ecde1 (patch) | |
tree | 8607bc552f86569d3b653b0fbdcead98796ae8f0 /sysutils/toshctl | |
parent | 3b6cf6248333276221a0ce0d31001606e9867d0f (diff) |
Notes
Diffstat (limited to 'sysutils/toshctl')
-rw-r--r-- | sysutils/toshctl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/toshctl/Makefile b/sysutils/toshctl/Makefile index d3172990e546..8d60d57a606c 100644 --- a/sysutils/toshctl/Makefile +++ b/sysutils/toshctl/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= carl@servicefactory.se COMMENT= A command-line tool to access parts of the Toshiba hardware interface +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/toshctl .include <bsd.port.mk> |