summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/main.c
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>1999-07-06 09:16:00 +0000
committerhosokawa <hosokawa@FreeBSD.org>1999-07-06 09:16:00 +0000
commit726ba02e48aa1eeb11994ec751de26b4eabcc7d8 (patch)
treeda277e3b901f56a8eb24c8c84e3a9c9d1487c6f4 /usr.sbin/sade/main.c
parent44f61065e9f9be0ac85c4b9d76abe1c312ae14db (diff)
downloadFreeBSD-src-726ba02e48aa1eeb11994ec751de26b4eabcc7d8.zip
FreeBSD-src-726ba02e48aa1eeb11994ec751de26b4eabcc7d8.tar.gz
Use #include <pccard_conf.h> instead of -DPCCARD.
Now we don't have to make clean before make boot.flp's.
Diffstat (limited to 'usr.sbin/sade/main.c')
-rw-r--r--usr.sbin/sade/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index 37f156c..3c5502e 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.51 1999/02/05 22:15:50 jkh Exp $
+ * $Id: main.c,v 1.52 1999/06/17 19:04:55 markm Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -35,6 +35,7 @@
*/
#include "sysinstall.h"
+#include "pccard_conf.h"
#include <sys/signal.h>
#include <sys/fcntl.h>
OpenPOWER on IntegriCloud