summaryrefslogtreecommitdiff
path: root/devel/bin86
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-14 22:30:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-14 22:30:00 +0000
commitec74ba4484f53e093e71ee393bd7c4aa9cd33020 (patch)
tree474f8a8c1af371ac3a7e061c862810c290c68503 /devel/bin86
parentUSE_LIBTOOL and add missing plist entries (diff)
Add missing file to pkg-plist
Notes
Notes: svn path=/head/; revision=66319
Diffstat (limited to 'devel/bin86')
-rw-r--r--devel/bin86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile
index 7981935ce535..b568216ec14d 100644
--- a/devel/bin86/Makefile
+++ b/devel/bin86/Makefile
@@ -24,7 +24,7 @@ post-extract:
pre-install:
${RM} -f ${PLIST}
-.for i in ${BINS}
+.for i in ${BINS} as/as86_encap
${ECHO_CMD} bin/`${BASENAME} ${i}` >> ${PLIST}
.endfor
.if !defined(NOPORTDOCS)