mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
"all:" -> "all:" to make XFree86-3.3 config files happy.
This commit is contained in:
parent
e9335bded5
commit
314027dc03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6879
@ -90,6 +90,23 @@
|
||||
|
||||
/*
|
||||
***************
|
||||
*** 151,157 ****
|
||||
* Target entries.
|
||||
*/
|
||||
|
||||
! all: $(TARGETS)
|
||||
|
||||
SingleProgramTarget(youbind,$(YOUBIND_OBJS),,)
|
||||
SingleProgramTarget(sendto,$(SENDTO_OBJS),,)
|
||||
--- 152,158 ----
|
||||
* Target entries.
|
||||
*/
|
||||
|
||||
! all:: $(TARGETS)
|
||||
|
||||
SingleProgramTarget(youbind,$(YOUBIND_OBJS),,)
|
||||
SingleProgramTarget(sendto,$(SENDTO_OBJS),,)
|
||||
***************
|
||||
*** 169,177 ****
|
||||
install.man::
|
||||
csh -c "cp $(MANSRC_DIR)/*.man ."
|
||||
|
Loading…
Reference in New Issue
Block a user