diff options
author | phk <phk@FreeBSD.org> | 1994-10-15 07:45:45 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-10-15 07:45:45 +0000 |
commit | 19619a7bef592fd9d286616002114edb662e5a36 (patch) | |
tree | 885cfb806b23741af5f8d99188934743470f61af /usr.sbin/apm/Makefile | |
parent | 4aec6df298e8a2e39b7ff6b434e23891c8156eef (diff) | |
download | FreeBSD-src-19619a7bef592fd9d286616002114edb662e5a36.zip FreeBSD-src-19619a7bef592fd9d286616002114edb662e5a36.tar.gz |
Stop "make install" from falling over if DESTDIR is defined.
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 5c0cfda..1198407 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 <bsd.prog.mk> |