diff options
Diffstat (limited to 'emulators/bsvc/Makefile')
-rw-r--r-- | emulators/bsvc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 88ad59e..b1de3d8 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -3,7 +3,7 @@ # Date released: 03-Mar-1997 # Whom tenser # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/05 08:30:54 tg Exp $ # DISTNAME= bsvc-2.0 @@ -43,4 +43,7 @@ pre-patch: } \ }' < ${WRKSRC}/Makefile.ULTRIX > ${WRKSRC}/Makefile +pre-clean: + ${RM} ${PATCHDIR}/patch-aa + .include <bsd.port.mk> |