diff options
Diffstat (limited to 'src/cmd/prof/Makefile')
| -rw-r--r-- | src/cmd/prof/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/prof/Makefile b/src/cmd/prof/Makefile index 7ebc19d63f..f9012577ee 100644 --- a/src/cmd/prof/Makefile +++ b/src/cmd/prof/Makefile @@ -24,6 +24,7 @@ clean: install: install-$(shell uname | tr A-Z a-z) install-linux: install-default +install-freebsd: install-default # on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash install-darwin: $(TARG) |
