From eab1c60e1086cea35c5365367953ae2ec3500d04 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 15 Oct 1994 07:45:45 +0000 Subject: [PATCH] Stop "make install" from falling over if DESTDIR is defined. --- usr.sbin/apm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 5c0cfda54c51..119840782a38 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/10/01 03:23:23 davidg Exp $ PROG= apm # CFLAGS+= -I/sys/i386/include # BINGRP= apm # BINMODE= 550 -LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz +# LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz NOMAN= 1 .include