aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/exec/Makefile')
-rw-r--r--src/pkg/exec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile
index 90bb74b41c..ba19d0e4d0 100644
--- a/src/pkg/exec/Makefile
+++ b/src/pkg/exec/Makefile
@@ -17,6 +17,9 @@ GOFILES_darwin=\
GOFILES_linux=\
lp_unix.go\
+GOFILES_openbsd=\
+ lp_unix.go\
+
GOFILES_windows=\
lp_windows.go\