Makefile: fix FreeBSD else ifeq
This commit is contained in:
parent
fd19e27152
commit
095d5f6b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ifeq ($(UNAME),Darwin)
|
|||
/opt/local/etc/bashrc
|
||||
PROFILE = .profile.mac
|
||||
INSTALL = ginstall
|
||||
ifeq ($(UNAME),FreeBSD)
|
||||
else ifeq ($(UNAME),FreeBSD)
|
||||
DEFAULT_TARGETS += $(HOME)/.bashrc
|
||||
PROFILE = .profile
|
||||
INSTALL = ginstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue