diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:40:38 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:40:38 +0000 |
commit | 6b424af3a1a1a38887a228efdbdfc570b0ac144c (patch) | |
tree | 16dd02fc07dba8c66cd5ff21945ed120358c551b /net/opal3 | |
parent | 96c9e4a03d663b4834939d1e2c33ed91893b0302 (diff) | |
download | ports-6b424af3a1a1a38887a228efdbdfc570b0ac144c.tar.gz ports-6b424af3a1a1a38887a228efdbdfc570b0ac144c.zip |
Notes
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 36c941ecf0f4..d5bbf1e3a88c 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -31,5 +31,4 @@ MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin - .include <bsd.port.mk> |