Instead of using .POSIX:, use the cool looking "@:" rule.

Submitted by:	ru
This commit is contained in:
David E. O'Brien 2008-06-27 14:59:23 +00:00
parent 1082b19643
commit 3c46f7891b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180067

View File

@ -1,7 +1,5 @@
# $FreeBSD$
.POSIX:
.include "../Makefile.inc"
.PATH: ${CVSDIR}/contrib
@ -21,6 +19,10 @@ CLEANFILES+= $(SCRIPTS)
.SUFFIXES: .sh .pl .in
# Prevent Makefile.in from overwriting Makefile through the suffix rules.
Makefile:
@:
.sh:
cp ${.IMPSRC} ${.TARGET}