Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_ptyfs naughty naughty, don't peek into src/sys



details:   https://anonhg.NetBSD.org/src/rev/0aaf92626703
branches:  trunk
changeset: 755654:0aaf92626703
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jun 14 14:42:49 2010 +0000

description:
naughty naughty, don't peek into src/sys

diffstat:

 sbin/mount_ptyfs/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r a75c5276c288 -r 0aaf92626703 sbin/mount_ptyfs/Makefile
--- a/sbin/mount_ptyfs/Makefile Mon Jun 14 14:42:20 2010 +0000
+++ b/sbin/mount_ptyfs/Makefile Mon Jun 14 14:42:49 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2004/11/25 14:10:28 wiz Exp $
+#      $NetBSD: Makefile,v 1.5 2010/06/14 14:42:49 pooka Exp $
 #      @(#)Makefile    8.2 (Berkeley) 3/27/94
 
 .include <bsd.own.mk>
@@ -7,8 +7,6 @@
 SRCS=  mount_ptyfs.c
 MAN=   mount_ptyfs.8
 
-CPPFLAGS+= -I${NETBSDSRCDIR}/sys
-
 DPADD+=${LIBUTIL}
 LDADD+=-lutil
 



Home | Main Index | Thread Index | Old Index